We always chain to the parent size_allocate, no need to do this.
authorXan Lopez <xan@src.gnome.org>
Wed, 26 Dec 2007 11:32:16 +0000 (11:32 +0000)
committerXan Lopez <xan@src.gnome.org>
Wed, 26 Dec 2007 11:32:16 +0000 (11:32 +0000)
svn path=/trunk/; revision=19244

gtk/gtkstatusbar.c

index 9a035eded04150646efcd0a0d52a4168a3ea8e0b..e96cdc72615966f88f9b48c0439564e4f1114bf7 100644 (file)
@@ -858,7 +858,6 @@ gtk_statusbar_size_allocate  (GtkWidget     *widget,
 
   if (statusbar->has_resize_grip)
     {
-      widget->allocation = *allocation;
       get_grip_rect (statusbar, &rect);    
       
       extra_children = has_extra_children (statusbar);